type crypto/x509.pkcs1PublicKey
6 uses
crypto/x509 (current package)
parser.go#L230: p := &pkcs1PublicKey{N: new(big.Int)}
pkcs1.go#L39: type pkcs1PublicKey struct {
pkcs1.go#L168: var pub pkcs1PublicKey
pkcs1.go#L197: derBytes, _ := asn1.Marshal(pkcs1PublicKey{
x509.go#L75: if _, err := asn1.Unmarshal(derBytes, &pkcs1PublicKey{}); err == nil {
x509.go#L88: publicKeyBytes, err = asn1.Marshal(pkcs1PublicKey{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)